-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[14.0][IMP] shopfloor cluster picking: Add option to sort processed move lines #964
base: 14.0
Are you sure you want to change the base?
[14.0][IMP] shopfloor cluster picking: Add option to sort processed move lines #964
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG, that would be nice to add tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG. Both sortings are by location, selections are misleading. Here is a proposal a new naming.
Include the existing test for the second sorting option
FYI, there is something related : #917 |
ad5798a
to
55fa1e3
Compare
@rousseldenis Yes it is in the same spirit than that solution. The one you mention is for the get work to choose the right pickings. This one is for after when you process the picking to define in which order you process the lines |
@sebalix tests added |
cls.menu.sudo().move_line_processing_sort_order = "location_grouped_product" | ||
return | ||
|
||
def test_custom_lines_order(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cls.menu.sudo().move_line_processing_sort_order = "location_grouped_product" | |
return | |
def test_custom_lines_order(self): | |
def test_location_grouped_product_sorting(self): | |
self.menu.sudo().move_line_processing_sort_order = "location_grouped_product" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
Have an option “Sort method for processing move lines”
Have implementations: